Pacify some docstring control char warnings
authorBasil L. Contovounesios <basil@contovou.net>
Wed, 28 Feb 2024 15:38:21 +0000 (16:38 +0100)
committerBasil L. Contovounesios <basil@contovou.net>
Wed, 28 Feb 2024 16:04:20 +0000 (17:04 +0100)
commitf7c2fe3337bb5e5721d17f40f79dbc1275e17b0d
tree0842d838e15addbfca456318b882e279f9bf6fc5
parente490d2f8724c5e47d83c40c388f60e84f541dae5
Pacify some docstring control char warnings

Other instances are discussed in the following thread:
https://lists.gnu.org/r/emacs-devel/2024-02/msg00797.html

* lisp/allout.el (allout-command-prefix): Declare :type as
key-sequence.  Mark up key sequences in docstring.
* lisp/auth-source.el (auth-source--decode-octal-string):
* lisp/ffap.el (ffap-search-backward-file-end):
* lisp/gnus/gnus-art.el (gnus-page-delimiter):
* lisp/gnus/nnheader.el (nnheader-strip-cr):
* lisp/proced.el (proced-log):
* lisp/progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
* lisp/url/url-http.el (url-http-clean-headers):
* lisp/vcursor.el (vcursor-interpret-input): Quote control
characters in docstrings.
lisp/allout.el
lisp/auth-source.el
lisp/ffap.el
lisp/gnus/gnus-art.el
lisp/gnus/nnheader.el
lisp/proced.el
lisp/progmodes/idlw-shell.el
lisp/url/url-http.el
lisp/vcursor.el